New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@forter/tooltip

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/tooltip

Tooltip from Forter Components

  • 2.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-68.75%
Maintainers
3
Weekly downloads
 
Created
Source

fc-tooltip

a small popping label upon hovering.

Usage

<script>
   import '@forter/tooltip';
</script>

<fc-tooltip>
   <fc-button intent="primary">Peeka...</fc-button>
</fc-tooltip>

Examples

<!-- invalid -->
<fc-tooltip position="invalid">
   <fc-button intent="primary">Peeka...</fc-button>
</fc-tooltip>

Properties

PropertyAttributeTypeDefaultDescription
position"top" | "left" | "bottom" | "right"
showingshowingbooleanfalseWhether tooltip is shown.
tooltiptooltipstring"Placeholder!"the tooltip text. example: Can be long explaination

Events

EventDescription
openedwhen tooltip is showed. method: toggle, example: { "showing": true }

Slots

NameDescription
tooltip element. example: <fc-button intent="apply">Peeka...</fc-button>

CSS Custom Properties

PropertyDescription
--fc-tooltip-background-colortooltip background color. default: #212529
--fc-tooltip-widthtooltip width. default: max-content

Keywords

FAQs

Package last updated on 16 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc